home *** CD-ROM | disk | FTP | other *** search
/ Die Speccy' 97 / Die Speccy' 97.iso / amiga_system / the_aminet / comm / net / writenews2.lha / WriteNews2.www.readme < prev   
Text File  |  1995-09-18  |  5KB  |  106 lines

  1. Short:    AMosaic Post/Follow up News & Mail to Author
  2. Author: john.blyth@edserv.monash.edu.au (John Blyth)
  3.  
  4. WriteNews2.www is an Arexx Macro for Amosaic. When you have a news article
  5. open in AMosaic, it enables you to Post a new article to the same
  6. newsgroup(s), followup the posting with another posting on that subject, or
  7. email a reply to the author of the posting. Tested with AS225r2 and
  8. Amosaic1.4beta & 2.0beta, but there's no reason why it shouldn't work with
  9. the Amitcp version, with any appropriate changes required.
  10.  
  11. INSTALLATION: copy WriteNews2.www to your REXX: directory. 
  12.               
  13. REQUIRES:     Rexreqtools, & reqtools.library 
  14.               You will need SMTPpost and NNTPpost from 
  15.               INETUtils1.4 (Aminet: comm/net) so read the docs on these
  16.               utilities!
  17.  
  18. CONFIGURATION: Load WriteNews2.www into your editor, and edit the
  19. appropriate lines. (most have self explanatory lines in the script) 
  20. You'll need to set:
  21.  
  22. REALNAME:    to your realname, of course
  23. FROM:        to your email address for replies
  24. USEWB:       to 'yes' if you want to force your editor to run on the
  25.              workbench, to '' to run on Amosaic's screen
  26. GREETING:    Your optional opening line for original postings
  27. SIGFILE:     to the full path to your sigfile (preset to uulib:.signature
  28. POSTMAIL:    to the full path to your SMTPpost binary and its options
  29.              (eg whether to queue or send to smarter host)
  30. POSTNEWS:    to the full path to your NNTPpost binary and its options
  31. EDITOR:      to the full path for your chosen editor (preset to Ed
  32. EDITORFLAGS: to any editor options/macros required
  33.  
  34. Your editor must not detach itself! (the editor I use has a `sticky'
  35. option. As the script calls either SMTPpost or NNTPpost, make sure that you
  36. have all the required settings mentioned in InetUtils to make these work,
  37. and the appropriate paths and directories, etc. If you want your editor to
  38. open on Amosaic's pubscreen you'll need to consult the manual for your
  39. editor on how to do this. Note the entry for multiview to see how the
  40. SCREENNAME variable is added to the call for multiview.
  41.  
  42. Edit your ENVARC:mosaic/prefs entry (and the ENV:mosaic/prefs if you don't
  43. want to reboot to try it out straight away!) so that the next arexx macro
  44. reads: 
  45.       REXXMACROn       ReplytoNews | REXX:WriteNews2.www
  46.      where "n" ^ is the number of the next macro in your list.
  47.  
  48. DONT FORGET A LINE FEED AT THE END OF THE LINE; OTHERWISE THE MACRO IS NOT
  49. RECOGNISED!!!
  50.  
  51. USAGE: Of course to start News reading under AMosaic you need to have your
  52. NNTPSERVER env: variable set and know your newsgroups in advance: While
  53. typing a URL "news:*" will eventually get you a listing of ALL newsgroups,
  54. it is pretty slow! It is much better to start with a newsgroup you know,
  55. like "news:comp.sys.amiga.networking"
  56. Click on a news entry and read it. Now by selecting the ReplytoNews macro
  57. from the macro list, you'll be presented with a requester, and from then
  58. on it's plain sailing. It has been written as supplied to work with Ed, so
  59. if you have problems, try it with Ed first.
  60.  
  61. Note: If you try to FOLLOWUP or MAIL and you haven't got an article
  62. opened, you may freeze Amosiac. You can, however, POST an article to a
  63. newsgroup when you only have the listing of articles within that newsgroup.
  64.  
  65.  
  66. HISTORY:
  67.  
  68. version 1.05 written by Gary Gallagher. He did the hard work!
  69.  
  70. version 2    updated so that
  71.     * whole of message including sig file presented to editor
  72.     * references & newsgroups were parsed with PARSE command 
  73.     * options were presented to Send/Edit/List/Abort in main loop
  74.           (I didn't like not knowing what was going on)
  75.     * extracted user's realname and mailaddress
  76.     * extracted html codes from body of text article so that NNTP
  77.       postings were clean
  78.     * added Mail function to reply to Author
  79.  
  80. version 2.1  get mosaic's pubscreen name
  81.     * changed loop so that sigfile is appended only when set
  82.       or when listing. This will enable an editor macro to
  83.           position the cursor at the bottom of the file
  84.           ready for editing
  85.  
  86. version 2.2 
  87.         * is now called from currently running version 
  88.           (removed address amosaic.1 calls)
  89.         * added "USEWB" option for editors that won't run on anything
  90.           but Workbench, or for added speed (Workbench running in
  91.           lass colours etc)
  92.         * put postnews & postmail options at top of file
  93.         * added script to get newsgroup for POST option when listing
  94.           of news articles is presented (don't have to open article)
  95.  
  96. version 2.3
  97.     * cleaned up for Aminet posting
  98.  
  99. BUGS:    * ? I hope not
  100.  
  101. TO DO:  Any suggestions? perhaps requester for domains? or a search
  102. function for newsgroups? Let me know....
  103.  
  104. THANKS TO: Gary Gallagher (who or whereever you are) and the AMosaic team.
  105.            Michael O'Connell for trying it out for me
  106.